home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / POV-Ray 3.0.2 / Scenes / POV3DEMO / OBJECTS / PRISM3.INC < prev    next >
Encoding:
Text File  |  1996-07-04  |  263 b   |  15 lines  |  [TEXT/R*ch]

  1.  camera {
  2.    location <-10, 10, -10>
  3.    right 4/3 * x
  4.    up z
  5.    look_at <0, 0, 0>
  6.    angle 20
  7.  }
  8.  
  9.  light_source { <0, 50, 10> rgb 0.7 }
  10.  light_source { <-30, 20, -50> rgb 0.7 }
  11.  light_source { <30, 20, -20> rgb 0.7 }
  12.  
  13.  plane { y, -1 pigment { color rgb 0.7 } }
  14.  
  15.